Author: rUv
Created by: rUv, cause he could
🤯 Zoom calls will never be the same. I think I might have just created the world’s most powerful lie detector tutorial using deep research.
| """ | |
| The most atomic way to train and run inference for a GPT in pure, dependency-free Python. | |
| This file is the complete algorithm. | |
| Everything else is just efficiency. | |
| @karpathy | |
| """ | |
| import os # os.path.exists | |
| import math # math.log, math.exp |
| alias: Nummerplade | |
| description: "" | |
| triggers: | |
| - trigger: state | |
| entity_id: | |
| - sensor.garage_last_recognized_plate | |
| - sensor.hoveddor_last_recognized_plate | |
| not_to: | |
| - unknown | |
| - unavailable |
Author: rUv
Created by: rUv, cause he could
🤯 Zoom calls will never be the same. I think I might have just created the world’s most powerful lie detector tutorial using deep research.
While it's possible to stream most content to Apple Vision Pro directly over the internet, having the ability to use Apple Vision Pro as an HDMI display can still be useful.
Since Apple Vision Pro does not support connecting to an HDMI input directly or using an HDMI capture card, we have to be a little creative to make this work. NDI provides the ability to stream HDMI content over a local network with really low latency, and it works great with Apple Vision Pro.
This page shows the setup I’m using.
| # Serve requests only for virtual host set in environment variable | |
| {$CADDYHOST} | |
| # Bind Virtual Host to address set in environment | |
| bind {$CADDYBIND} | |
| # Registration email for automated issuing of Lets Encrypt certs | |
| tls {$CADDYEMAIL} | |
| # Define the web server root (using environment variable) |
| name | pair |
|---|---|
| description | TDD pair programming with mode switching. Claude can be driver (writes code) or navigator (watches, questions, provokes). Supports GitHub/Linear issues, file watching, or arbitrary prompts. Scientific TDD, baby steps, one test at a time. Trigger on phrases like "pair", "let's pair", "pair with me", "tdd", "you drive", "I'll drive", "pair program", "dojo". |
Two modes, one skill. Switch anytime.
This guide will walk through how to decompile/reverse engineer IL2CPP games for modding usage.
Note: expect this entire process to take upwards of an hour. Have something ready to do on the side while waiting for processing to finish.